xen.git
2016-12-12 Paul Durrantx86/hvm: don't unconditionally create a default ioreq...
2016-12-12 Jan Beulichx86emul: use SrcEax/DstEax where suitable for string...
2016-12-12 Jan Beulichx86: add CPUID dependents of APIC and TSC
2016-12-12 Jan Beulichx86emul: avoid numeric literals for EFLAGS values
2016-12-12 Jan Beulichx86emul: move some of the early operand adjustments
2016-12-12 Jan Beulichx86emul: abstract gcc asm() flag output handling
2016-12-12 Jan Beulichx86emul: derive vcpu_must_have() from vcpu_has()
2016-12-12 Jan Beulichmake tlbflush_filter()'s first parameter a pointer
2016-12-09 Oleksandr Tyshchenkoarm/irq: Reorder check in route_irq_to_guest() to avoid...
2016-12-09 Stefano Stabellinifix out of bound access to mode_strings
2016-12-09 Stefano Stabellinimissing vgic_unlock_rank in gic_remove_irq_from_guest
2016-12-09 Andrew Cooperx86/hvm: Move hvm_hypervisor_cpuid_leaf() handling...
2016-12-09 Andrew Cooperx86/hvm: Move hvm_funcs.cpuid_intercept() handling...
2016-12-09 Andrew Cooperx86/vpmu: Remove core2_no_vpmu_ops
2016-12-09 Andrew Cooperx86/vpmu: Move vpmu_do_cpuid() handling into {pv,hvm...
2016-12-09 Jan Beulichx86emul: correct 64-bit mode repeated string insn handl...
2016-12-09 Jan Beulichx86emul: consolidate loop counter handling
2016-12-09 Jan Beulichx86emul/test: don't log double % characters
2016-12-09 Jan Beulichx86emul/test: avoid meaningless output
2016-12-09 Jan Beulichx86emul: constify write_segment() register pointer
2016-12-09 Jan Beulichx86emul: support 64-bit segment descriptor types
2016-12-09 Jan Beulichx86emul: fold SReg PUSH/POP cases
2016-12-09 Jan Beulichx86emul: defer rIP-relative address calculation
2016-12-09 Jan Beulichx86emul: avoid undefined behavior when dealing with...
2016-12-09 Jan Beulichx86emul: reduce FPU handling code size
2016-12-09 Jan Beulichx86emul: simplify FPU destination operand handling
2016-12-09 Jan Beulichx86emul: simplify FPU source operand handling
2016-12-09 Jan Beulichx86emul: extend / amend supported FPU opcodes
2016-12-08 Jan BeulichRevert "libelf: treat phdr and shdr similarly"
2016-12-08 Jan Beulichx86emul: simplify {,i}{mul,div} fix
2016-12-08 Jan Beulichx86emul: drop stray NULL check
2016-12-08 Jan Beulichx86emul: drop dead code from SYSENTER handling
2016-12-07 Julien Grallxen/arm: vgic-v3: Allow AArch32 guest booting with...
2016-12-07 Julien Grallxen/arm: vgic-v3: Move the emulation of ICC_SGI1R_EL1...
2016-12-07 Julien Grallxen/arm: vgic: Rename emulate_sysreg callback to emulat...
2016-12-07 Julien Grallxen/arm: vreg: Introduce vreg_emulate_cp{32,64}
2016-12-07 Julien Grallxen/arm: vtimer: Move emulate_sysreg* callback in a...
2016-12-07 Julien Grallxen/arm: vgic-v3: Build vgic-v3.c when CONFIG_HAS_GICV3...
2016-12-07 Julien Grallxen/arm: vgic: Clean-up the sysreg emulation
2016-12-07 Julien Grallxen/arm: vgic: Switch emulate_sysreg return from int...
2016-12-07 Julien Grallxen/arm: vgic: Switch vgic_to_sgi return from int to...
2016-12-07 Julien Grallxen/arm: vgic: Switch from bool_t to bool
2016-12-07 Julien Grallxen/arm: traps: Switch from bool_t to bool
2016-12-07 Julien Grallxen/arm: vtimer: Switch the read variable in the emulat...
2016-12-07 Julien Grallxen/arm: vtimer: Switch the emulation functions return...
2016-12-07 Stefano Stabellinixen/arm: fix smpboot barriers
2016-12-07 Ian JacksonQEMU_TAG update
2016-12-07 Ian Jacksonmisc/release-checklist: Import from xenbits:~xen/releas...
2016-12-07 Roger Pau Monnélibacpi: don't announce a 8042 controller in the FADT...
2016-12-07 Roger Pau Monnélibacpi: set FADT boot flag to notify lack of VGA for...
2016-12-07 Roger Pau Monnélibacpi: add _FADT_ to the FADT boot flags definitions
2016-12-07 Jan Beulichx86emul: correct and extend IDT entry checks
2016-12-07 Jan Beulichx86emul: don't assume a memory operand
2016-12-07 Daniel Kiperx86: properly calculate xen ELF end of image address
2016-12-07 Daniel Kiperx86: allow EFI reboot method neither on non-EFI platfor...
2016-12-07 Daniel Kiperefi: create efi_enabled()
2016-12-07 Juergen Grossx86: add a way to obtain the needed number of memory...
2016-12-07 Jan Beulichx86emul/test: add a private header
2016-12-07 Jan Beulichx86emul: correct PUSHF/POPF
2016-12-07 Jan Beulichx86/HVM: drop __hvm_clear()
2016-12-07 Jan Beulichx86/HVM: drop hvm_emulate_one_no_write()
2016-12-07 Jan Beulichlibelf: treat phdr and shdr similarly
2016-12-07 Jan Beulichlibelf: type adjustments
2016-12-07 Jan Beulichlibelf: use UINT_MAX
2016-12-07 Jan Beulichlibelf: section index 0 is special
2016-12-07 Jan Beulichx86/memshr: add static
2016-12-07 Jan Beulichx86: make more use of wr{f,g}sbase()
2016-12-07 Jan Beulichx86/HVM: prefer structure assignment for seg reg copying
2016-12-07 Cédric Bosdonnatlibxl: invert xc and domain model resume calls in xc_do...
2016-12-07 Andrew Cooperxen/common: Replace incorrect mandatory barriers with...
2016-12-06 Artem Mygaievxen/arm: Fix macro for ARM Jazelle CPU feature identifi...
2016-12-06 Julien Grallxen/arm: traps: Emulate ICC_SRE_EL1 as RAZ/WI
2016-12-06 Artem Mygaievxen/arm: Fix misplaced parentheses for PSCI version...
2016-12-06 Oleksandr Tyshchenkoarm/irq: Reorder check when the IRQ is already used...
2016-12-06 Sameer GoelRevert "xen/arm: do not relocate Xen outside of visible...
2016-12-06 Peng Fanxen/arm: domain_build: allocate lowmem for dom0 as...
2016-12-06 Jun SunDon't clear HCR_VM bit when updating VTTBR.
2016-12-06 Juergen Grosstools/xenstore: avoid unterminated string in xs_directo...
2016-12-06 Wei Liuxen: convert lto to Kconfig option
2016-12-06 Wei LiuTravis-ci: specify KCONFIG_ALLCONFIG for randconfig
2016-12-06 Wei LiuKconfig: introduce allrandom.config
2016-12-05 Andrew Cooperx86/emul: Drop the last remaining uses of bool_t
2016-12-05 Andrew Cooperx86/hvm: Assert some expectations in hvm_inject_event()
2016-12-05 Andrew Cooperx86/emul: Debugging improvements to the test harness
2016-12-05 Andrew Cooperx86/shadow: Drop stale adjustment in the PAE second...
2016-12-05 Andrew Cooperx86/pagewalk: Improve print_gw()
2016-12-05 Andrew Cooperx86/time: Move cpuid_time_leaf() handling into cpuid_hy...
2016-12-05 Andrew Cooperxen/x86: Add a helper to calculate family/model/steppin...
2016-12-05 Wei Liugdbstub: remove duplicated inclusion of init.h
2016-12-05 Wei Liugcov: explicitly include xen/init.h
2016-12-05 Wei LiuRun autogen.sh for 4.9
2016-12-05 Juergen Grossxenstore: handle memory allocation failures in xenstored
2016-12-05 Juergen Grossxenstore: add small default data buffer to internal...
2016-12-05 Juergen Grossxenstore: add helper functions for wire argument parsing
2016-12-05 Juergen Grossxenstore: make functions static
2016-12-05 Juergen Grossxenstore: let command functions return error or success
2016-12-05 Juergen Grossxenstore: use array for xenstore wire command handling
2016-12-05 Juergen Grossxenstore: support XS_DIRECTORY_PART in libxenstore
2016-12-05 Juergen Grossxenstore: add support for reading directory with many...
2016-12-05 Juergen Grossxenstore: add per-node generation counter
next